home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Utilities Professional 1-1500
/
Utilities Professional 1-1500 (1994)(WPD)[!].iso
/
12511500
/
var1432.dms
/
var1432.adf
/
NDUK-V40.lha
/
V40
/
include
/
prefs
/
screenmode.i
< prev
next >
Wrap
Text File
|
1993-10-15
|
833b
|
39 lines
IFND PREFS_SCREENMODE_I
PREFS_SCREENMODE_I SET 1
**
** $VER: screenmode.i 38.4 (25.6.92)
** Includes Release 40.15
**
** File format for screen mode preferences
**
** (C) Copyright 1991-1993 Commodore-Amiga, Inc.
** All Rights Reserved
**
;---------------------------------------------------------------------------
IFND EXEC_TYPES_I
INCLUDE "exec/types.i"
ENDC
;---------------------------------------------------------------------------
ID_SCRM equ "SCRM"
STRUCTURE ScreenModePrefs,0
STRUCT smp_Reserved,4*4
ULONG smp_DisplayID
UWORD smp_Width
UWORD smp_Height
UWORD smp_Depth
UWORD smp_Control
LABEL ScreenModePrefs_SIZEOF
; flags for ScreenModePrefs.smp_Control
BITDEF SM,AUTOSCROLL,0
;---------------------------------------------------------------------------
ENDC ; PREFS_SCREENMODE_I